set autoindent
set historylog
set linenumbers
set locking
set mouse
set nohelp
set nonewlines
set showcursor
set softwrap
set tabsize 4
set tabstospaces

set titlecolor brightwhite,blue
set numbercolor white
set statuscolor brightwhite,green
set keycolor brightblue
set functioncolor brightwhite

bind ^S savefile main
# bind M-Q findprevious main
# bind M-W findnext main
# bind M-B cutwordleft main
# bind M-N cutwordright main